github.com/gotd/td/transport.wsServerConn.SetWriteDeadline (method, view implemented interface methods)
12 uses
github.com/gotd/td/transport (current package)
connection.go#L38: if err := c.conn.SetWriteDeadline(time.Time{}); err != nil {
connection.go#L42: if err := c.conn.SetWriteDeadline(deadline); err != nil {
crypto/tls
conn.go#L155: return c.conn.SetWriteDeadline(t)
net
net.go#L163: SetWriteDeadline(t time.Time) error
net/http
h2_bundle.go#L4250: sc.conn.SetWriteDeadline(time.Time{})
h2_bundle.go#L7550: sew.conn.SetWriteDeadline(time.Now().Add(sew.timeout))
h2_bundle.go#L7559: sew.conn.SetWriteDeadline(time.Time{})
server.go#L501: return c.conn.rwc.SetWriteDeadline(deadline)
server.go#L989: c.rwc.SetWriteDeadline(time.Now().Add(d))
server.go#L1889: c.rwc.SetWriteDeadline(dl)
server.go#L1906: c.rwc.SetWriteDeadline(time.Time{})
server.go#L2016: c.rwc.SetWriteDeadline(time.Time{})
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |